home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1997 January / macpower199701.bin / AMUG / Internet_24 / Finger CGI 1.0.1.sit / (Finger CGI 1.0.1) / Finger.acgi / Finger.acgi.rsrc / TEXT_22020.txt < prev    next >
Encoding:
Text File  |  1996-04-22  |  1.8 KB  |  58 lines

  1. Finger CGI v1.0.1
  2. ツゥ 1996, Spider Island Software
  3.  
  4.  
  5. Introduction
  6.  
  7. Finger CGI will let you retrieve information using the "finger" protocol and include it within a web page.  Finger CGI is an unsupported and free utility made available from Spider Island Software.  Our website can be found at http://www.spiderisland.com.
  8.  
  9. For an example of Finger CGI in action, visit the following:
  10.  
  11.    http://www/bbslist/bbslist.html
  12.  
  13. When you get to this page, use the "Who's Online" links to finger various BBS's.
  14.  
  15.  
  16. How to configure it
  17.  
  18. Setting up Finger CGI may require a little work with ResEdit.  You'll want to modify some resources inside Finder CGI to customize it for your BBS.  The resources to change are:
  19.  
  20. 'TEXT' 500
  21.  
  22. This is the HTML header for the page that will be sent back to the user
  23.  
  24. 'TEXT' 501
  25.  
  26. This is the HTML footer for the page that will be sent back to the user.
  27.  
  28. 'TEXT' 502
  29.  
  30. This is the HTML that will be sent if the requested server is unavailable.
  31.  
  32. 'TEXT' 503
  33.  
  34. This is the HTML that will be sent if the server fails to return any data.
  35.  
  36.  
  37.  
  38. How to use it
  39.  
  40. Place Finger CGI in the same folder as your WebServer.  (Or it can be in a subfolder).
  41.  
  42. To call the CGI, use the following URL syntax:
  43.  
  44.    http://www.yoursite.com/finger.acgi$fingerserver.site?username
  45.  
  46. In the above:
  47.  
  48.   www.yoursite.com = this should be the domain name of your web site
  49.   fingerserver.site = the host that you want to finger.  usually the domain name of your BBS
  50.   username = the name of the user you wish to see.  this is optional.  If you leave it blank, you will
  51.     get a list of users that are online
  52.  
  53.  
  54. Feedback
  55.  
  56. If you have any feedback or bugs regarding Finger CGI, please send them to "support@spiderisland.com".  Because this is a free program, we are unable to promise any new features or email responses, but we will listen.
  57.  
  58.